dundas.controls.DataGridColumnHierarchyHeaderLevel Class

 

Inheritance Hierarchy

 
Class
   dundas.controls.DataGridLevelHeader
      dundas.controls.DataGridColumnHierarchyHeaderLevel
 

Constructors

 
  Name Description
init Initializes the column hierarchy level. Called during construction. Inherited from dundas.controls.DataGridLevelHeader.
 
 

Properties

 
  Name Description
caption Gets or sets the caption of row header level. Inherited from dundas.controls.DataGridLevelHeader.
cursor Gets or sets the cursor. Inherited from dundas.controls.DataGridLevelHeader.
headerText Gets or sets the header text of row header level. Inherited from dundas.controls.DataGridLevelHeader.
hierarchyUniqueName Gets or sets the hierarchy unique name of the level. Inherited from dundas.controls.DataGridLevelHeader.
id Gets or sets the row header column ID. Inherited from dundas.controls.DataGridLevelHeader.
levelUniqueName Gets or sets the level unique name. Inherited from dundas.controls.DataGridLevelHeader.
textAlignment Gets or sets the text alignment. Inherited from dundas.controls.DataGridLevelHeader.
textWrap Gets or sets the text wrapping. Inherited from dundas.controls.DataGridLevelHeader.
width Gets or sets the row header level's width. Inherited from dundas.controls.DataGridLevelHeader.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.
toString Returns a string representation of the row header level. Inherited from dundas.controls.DataGridLevelHeader.